ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / HasMoreItems Property

In This Topic
    HasMoreItems Property (C1WrapCollectionView<S,T>)
    In This Topic
    Gets a value indicating whether this collection can load more items.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasMoreItems As System.Boolean
    public System.bool HasMoreItems {get;}
    See Also